home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / games / basstr48.zip / BTINSTAL.BAT < prev    next >
DOS Batch File  |  1992-08-01  |  1KB  |  42 lines

  1. echo off
  2. if "%1" == "" goto usage
  3. %1
  4. cd\
  5. mkdir btour
  6. copy a:BT.BAT %1
  7. cd %1\btour
  8. copy a:*.exe %1
  9. copy a:*.map %1
  10. copy a:*.pic %1
  11. copy a:*.trn %1
  12. copy a:*.doc %1
  13. copy a:*.bat %1
  14. copy a:*.pal %1
  15. copy a:orderfrm.txt %1
  16. copy a:register.txt %1
  17. copy a:Q&A.txt %1
  18. cls
  19. echo -- Installation is complete. A directory called BTOUR has been
  20. echo -- created on the disk drive you specified. This directory contains
  21. echo -- all necessary BassTour files. To run BassTour, first change to the
  22. echo -- BTOUR directory on the disk drive where you installed BassTour,
  23. echo -- then type BASSTOUR. You can also edit your PATH command to include
  24. echo -- the new BTOUR directory. Consult your DOS manual for more
  25. echo -- information on the PATH command.
  26. echo --
  27. echo -- To run BassTour now, type BASSTOUR then press the ENTER key.
  28. goto end
  29.  
  30. :usage
  31. echo -- You must specify a disk drive where BassTour is to be installed:
  32. echo --
  33. echo -- EXAMPLES:            a:btinstal c: 
  34. echo --                          -OR-
  35. echo --                      a:btinstal d:
  36. echo --
  37. echo -- Notice the c: and the d: at the end of the command. These specify
  38. echo -- where you want to install BassTour.
  39. goto end
  40.  
  41. :end
  42. %1